home *** CD-ROM | disk | FTP | other *** search
- object dlgSelectWindowGroup: TdlgSelectWindowGroup
- Left = 196
- Top = 182
- BorderStyle = bsDialog
- Caption = 'Select Window Group'
- ClientHeight = 87
- ClientWidth = 295
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 13
- object pnlGroup: TPanel
- Left = 0
- Top = 0
- Width = 295
- Height = 48
- Align = alClient
- TabOrder = 0
- object cbGroups: TComboBox
- Left = 8
- Top = 8
- Width = 281
- Height = 20
- ItemHeight = 13
- TabOrder = 0
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 48
- Width = 295
- Height = 39
- Align = alBottom
- TabOrder = 1
- object BitBtn1: TBitBtn
- Left = 8
- Top = 8
- Width = 89
- Height = 25
- TabOrder = 0
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 104
- Top = 8
- Width = 89
- Height = 25
- TabOrder = 1
- Kind = bkCancel
- end
- object btnHelp: TBitBtn
- Left = 200
- Top = 8
- Width = 89
- Height = 25
- TabOrder = 2
- OnClick = btnHelpClick
- Kind = bkHelp
- end
- end
- end
-